Search
TableNode.CellCollection Constructor (IEnumerable(TableNode.Cell))
See Also
 






Initializes a new instance of the CellCollection class.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public TableNode.CellCollection (
    IEnumerable<TableNode.Cell> collection
)

Visual Basic  Copy Code

Public New ( _
    collection As IEnumerable(Of TableNode.Cell) _
)

 Parameters

collection

 See Also